toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.print
/
[jvm]PageMargins
Page
Margins
public
interface
PageMargins
The page margins used for printing.
Since
7.13
Inheritors
CustomMargins
Members
Types
Custom
Margins
Link copied to clipboard
public
interface
CustomMargins
implements
PageMargins
Page margins in points.
Functions
default
Margins
Link copied to clipboard
public
static
PageMargins
defaultMargins
(
)
Creates default margins for the web page.
none
Link copied to clipboard
public
static
PageMargins
none
(
)
Creates empty margins for the web page.
of
Link copied to clipboard
public
static
PageMargins.CustomMargins
of
(
int left
,
int right
,
int top
,
int bottom
)
Creates custom margins for the web page in points.